home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / Registration / Makefile.preamble < prev    next >
Makefile  |  1992-12-19  |  283b  |  12 lines

  1. Controller.m:    Registration.m
  2.  
  3. send:    send.m Registration.h
  4.     cc send.m -o send
  5.  
  6. backup:
  7.     tar cf - [A-Z]*.[chm] *.nib *.flex *.psw Makefile* *.proj *.tiff match.m \
  8.         | compress > /UntitledDisk/Registration.tar.Z
  9.     zcat /UntitledDisk/Registration.tar.Z | tar tfv -
  10.     ls -l /UntitledDisk
  11.  
  12.